-
Notifications
You must be signed in to change notification settings - Fork 70
DO NOT MERGE: Add lint GHA workflow #1020
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1020 +/- ##
=======================================
Coverage 91.08% 91.08%
=======================================
Files 46 46
Lines 2691 2691
=======================================
Hits 2451 2451
Misses 240 240 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
This is how benchmark results would change (along with a 95% confidence interval in relative change) if edc6ea9 is merged into main:
Further explanation regarding interpretation and methodology can be found in the documentation. |
|
I am not sure we need this. We already have pre-commit that can run {lintr}... Should we activate that hook? It would respect the |
|
I agree. I wasn't actually planning to merge this; this is why I marked it as a draft PR. Just wanted to check currently present lints, and take it from there. Will close it afterwards. |
|
Also, good news is that the touchstone update is working. As expected, benchmarking is not run for this PR :) |
|
@IndrajeetPatil Do you want to re-scope this PR into adding lintr support via pre-commit and a |
|
Why not just the lint GHA? What's the benefit of including it in the precommit action? |
|
We would include it in pre-commit and then it would run on commit locally and avoid:
|
No description provided.